www.gusucode.com > PHP条码扫描管理系统 v1.0PHP源码程序 > PHP条码扫描管理系统 v1.0/wltmglxt_v1.0/wltmglxt_v1.0/upload/framework/cli/views/shell/model/test.php

    <?php
/**
 * This is the template for generating the unit test for a model class.
 * The following variables are available in this template:
 * - $className: the class name
 * - $fixtureName: the fixture name
 */
?>
<?php echo "<?php\n"; ?>

class <?php echo $className; ?>Test extends CDbTestCase
{
	public $fixtures=array(
		'<?php echo $fixtureName; ?>'=>'<?php echo $className; ?>',
	);

	public function testCreate()
	{

	}
}